func github.com/go-pg/pg/v10/types.scanner

3 uses

	github.com/go-pg/pg/v10/types (current package)
		array_scan.go#L52: 	scanElem := scanner(elemType, true)
		scan_value.go#L84: 	fn := scanner(typ, false)
		scan_value.go#L89: func scanner(typ reflect.Type, pgArray bool) ScannerFunc {